home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK1.toast / Development Kits (Disc 1) / Open Transport / Sample Code / DLPI / ATM PCI DLPI / Metrowerks Build / Build Directions < prev    next >
Encoding:
Text File  |  1995-08-03  |  1012 b   |  34 lines  |  [TEXT/MPCC]

  1. #
  2. #    File:        Build Directions
  3. #
  4. #    Contains:    Information on how to setup the build process for the ATM DLPI using
  5. #                Metrowerk's CodeWarrior
  6. #
  7. #    Written by:    
  8. #
  9. #    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #    Change History (most recent first):
  12. #
  13. #
  14.  
  15. Open the DLPIProject.Ω file using CodeWarrior.  Change the Access Paths
  16. (under the Preferences menu item in the Edit menu) to point to the location
  17. of the following folders:
  18.  
  19. DriverLibraries:
  20.  
  21. Open Transport Module Libraries:
  22. Open Transport Module Includes:
  23. Open Transport Client CIncludes:
  24.  
  25. The DriverHeaders from the CD must be moved into CodeWarrior's Universal Headers
  26. folder.  CodeWarrior always wants to use it's headers first which causes problems
  27. with the DLPI build.  You want the CD DriverHeaders to be examined first.
  28.  
  29. NOTE: Currently you need to use the OT1.0f3 version of the
  30. Open Transport Module Libraries. This is to avoid a Metrowerks link error.
  31. All other OT related files should be from OT1.05b4. This will be
  32. fixed soon.
  33.  
  34.